home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / store.dir / 00117.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  217 b   |  11 lines

  1. on exitFrame
  2.   global IQcursor
  3.   clearCursors()
  4.   repeat with i = 6 to 14
  5.     set the cursor of sprite i to IQcursor
  6.   end repeat
  7.   repeat with i = 30 to 38
  8.     set the cursor of sprite i to IQcursor
  9.   end repeat
  10. end
  11.